home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The 640 MEG Shareware Studio 5
/
The 640 Meg Shareware Studio CD-ROM Volume V (Data Express)(1994).ISO
/
amiga
/
awwari11.lha
/
Awwari
/
Triton
/
Install
next >
Wrap
Text File
|
1994-05-09
|
643b
|
25 lines
(set @default-dest "")
(set tritonlib "triton.library")
(set #bad-kick "You must be using Kickstart 2.04 to run Triton.")
(set #copying-triton "Copying triton.library to Libs:...")
(set #install-msg
(cat "\n\nTriton installation script.\n"
"This script installs Triton library on your Amiga.\n\n"
"Read the 'ReadMe' file for\n"
"more information on Triton.\n\n"
"Triton ⌐ 1993-1994 Stefan Zeiger.\n"
"All rights reserved."))
(if (< (/ (getversion) 65536) 37) ((abort #bad-kick)))
(message #install-msg)
(copylib
(prompt "\n" #copying-triton)
(help @copylib-help)
(source tritonlib)
(dest "Libs:")
(confirm)
)